home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / 2000DRV.ZIP / DC2000.DOC < prev    next >
Text File  |  1993-04-20  |  5KB  |  154 lines

  1.  
  2.  
  3.              DC2000 README File           Revision 1.00
  4.  
  5.  
  6.  
  7.  
  8.      Enclosed in this diskette are device drivers for DC2000 VL-Bus IDE Disk
  9.      Controller.
  10.  
  11.      DC2000.SYS   is the driver for DOS
  12.      DC2000.386   is the driver for Microsoft Windows 3.1
  13.      P2000310.DSK is for Netware 386 3.10.
  14.      P2000311.DSK is for Netware 386 3.11.
  15.  
  16.  
  17.      +===============================================+
  18.      |    DOS Driver for DC2000 VL-Bus IDE Controller  |
  19.      +===============================================+
  20.  
  21.      The file DC2000.SYS is the DOS driver for DC2000 disk controller. You
  22.      will need it under following situations:
  23.  
  24.      - Your DC2000 has no on-board external BIOS to take the advantage of
  25.        the high speed 32-bit VL-Bus.
  26.  
  27.      - Your DC2000 has on-board external BIOS, but it can not work under the
  28.        default Turbo mode. You need to select the operating mode every time
  29.        when you power up or reboot your system.
  30.  
  31.  
  32.      Please follow the steps below to install the driver for DOS.
  33.  
  34.      - Follow the installation steps as described in the DC2000 Installation
  35.        Guide and bring up your DC2000.
  36.  
  37.      - Copy the driver DC2000.SYS to your system in the appropriate path.
  38.  
  39.      - Add the following statement in your CONFIG.SYS file:
  40.  
  41.        device = [drive:][\path\] DC2000.sys [/F or /T]
  42.  
  43.        where [drive:] and [\path\] point to the directory that contains the
  44.        the DC2000.sys file. The parameters F and T define the operating mode
  45.        as follows:
  46.  
  47.        F : DC2000 working in the Fast mode
  48.        T : DC2000 working in the TURBO mode
  49.  
  50.  
  51.        Example:
  52.  
  53.        If the DOS driver DC2000.SYS resides in the root directory of the
  54.        drive C:, and you want your DC2000 to run under TURBO mode, add the
  55.        following statement to the file CONFIG.SYS.
  56.  
  57.          device= c:\DC2000.sys /t
  58.  
  59.  
  60.  
  61.  
  62.      +========================================================+
  63.      |    Microsoft Windows version 3.1 disk driver for DC2000  |
  64.      +========================================================+
  65.  
  66.      The file DC2000.386 is the Microsoft Windows 3.1 disk driver for
  67.      DC2000 controller.
  68.  
  69.      While Microsoft Windows version 3.1 supports 32-bit disk access, the
  70.      disk data transfer between host and the IDE adapter is still limited
  71.      by the 16-bit ISA bus. If you want to speed up your hard drives under
  72.      Windows through the 32-bit VL-Bus and multiple sectors Read/Write,
  73.      you will need this driver.
  74.  
  75.      Please follow the steps below to install the driver for DC2000.
  76.  
  77.  
  78.      1. Copy the driver DC2000.386 to your system in the appropriate path.
  79.  
  80.     It is recommended that the driver DC2000.386 be copied to the Windows
  81.     SYSTEM directory.
  82.  
  83.      2. Check if the following lines exist in the [386Enh] section of your
  84.     SYSTEM.ini file.
  85.  
  86.     [386Enh]
  87.     32BitDiskAccess=ON
  88.     device=*int13
  89.  
  90.     If the statements do not exist, add them into the [386Enh] section.
  91.     If the statements exist, but 32BitDiskAccess is set to "OFF", you
  92.     need to change it to "ON".
  93.  
  94.      3. Install the virtual device "DC2000.386".
  95.  
  96.     Add the following command lines in the [386Enh] section of the
  97.     SYSTEM.INI file:
  98.  
  99.           device=[drive:][\path\]DC2000.386
  100.           DisksAccessMode=[Fast or Turbo]
  101.  
  102.     The [drive:] and [\path\] point to the directory that contains
  103.     DC2000.386 file. Note that the setting must specify the full path
  104.     of the device driver DC2000.386.
  105.     The disks access mode setting specifies disk access under fast mode
  106.     or turbo mode.
  107.  
  108.      4. Delete the "device=*wdctrl" device setting.
  109.  
  110.     Delete the command line "device=*wdctrl" from the [386Enh] section
  111.     of your SYSTEM.INI file, if it exists.
  112.  
  113.  
  114.  
  115.      +=======================================+
  116.      |    Netware 3.xx disk driver for DC2000  |
  117.      +=======================================+
  118.  
  119.      Please  follow the  steps below  to install the driver for Netware 3.10.
  120.      Use P2000311.DSK instead of P2000310.DSK in the following procedure when
  121.      you are installing Netware 3.11. Note that you don't need to load the
  122.      ISADISK.DSK when you are installing the Netware driver for DC2000.
  123.  
  124.  
  125.       1.  After you have installed the DC2000, bring up the Netware server
  126.       until the prompt ":" appears on the screen.
  127.  
  128.       2.  Type the following command after the ":" prompt:
  129.  
  130.       :load P2000310 [/F or /T] port=1f0 int=e
  131.  
  132.       The parameters F and T define the operating mode as follows:
  133.  
  134.        F : DC2000 working in the Fast mode
  135.        T : DC2000 working in the TURBO mode
  136.  
  137.  
  138.  
  139.      +==============================+
  140.      |    Trademarks Acknowledgement  |
  141.      +==============================+
  142.  
  143.      VESA is a registered trademark of the Video Electronics Standards
  144.      Association. VL-Bus is a trademark of the Video Electronics Standards
  145.      Association.
  146.  
  147.      MS-DOS and Windows are registered trademarks of Microsoft Corporation.
  148.      PC, PC-AT and OS/2 are registered trademarks of IBM Corporation.
  149.      Xenix is a registered trademark of Santa Cruz Operation Corporation.
  150.      Unix is a registered trademark of American Telephone and Telegraph Corp.
  151.      Netware is a registered trademark of Novell Corporation.
  152.  
  153. 
  154.